home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PASCAL / 1372.ZIP / PRINTPAS.ARC / README < prev   
Text File  |  1988-10-28  |  1KB  |  23 lines

  1.                                                     28 Oct 1988
  2.    FILENAME                     DESCRIPTION
  3. PRINTPAS.EXE          Printing modulating filter for turbo pascal.
  4. PRINTPAS.DOC          Documentation for printing filter.
  5. NONSENSE.PAS          A "nonsense" program in pascal with comments
  6.                       to illustrate operation of the printing filter.
  7.  
  8. Printpas.exe works on turbo pascal source code and modulates the source code
  9. before it is printed on common dot matix printers. Printpas makes use of the
  10. various character pitches, highlighting options, and italics font on these
  11. printers. In printing source code, a few syntax rules must be followed for
  12. proper operation-then the program will do the following:
  13.  
  14. a) Highlight and index user procedures and functions.
  15. b) Highlight global and local variables in two different forms.
  16. c) Maintain a begin/end count on the right side of paper.
  17. d) Generate a source code file stripped of one or both types of pascal
  18.    comments.(If desired.)
  19. e) After printing source code, a table of user procedures and functions
  20.    is printed, with index to use Borland's "find" in the editor.
  21.  
  22.  
  23.                                                       dld